GET PlanCare2Api/Relations/Photo?relationIds[0]={relationIds[0]}&relationIds[1]={relationIds[1]}
Retrieve all photos of the given relations.
Relation(s) can be of the following types: Client, Prospect, Employee, ContactPerson
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| relationIds |
Identifiers of relations. |
Collection of integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RelationPhoto| Name | Description | Type | Additional information |
|---|---|---|---|
| RelationId |
Id |
integer |
None |
| Photo |
Photo content in Base64String format. |
string |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.